home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
TPUG - Toronto PET Users Group
/
TPUG Users Group CD
/
TPUG Users Group CD.iso
/
AMIGA
/
AMICUS
/
AMICUS18.ADF
/
Logo
/
logo.2
< prev
next >
Wrap
Text File
|
1989-01-27
|
309b
|
10 lines
to poly1 :x :y :z fd :x lt :y poly1 :x+:z :y :z end
to poly :x :y :z cs pd poly1 :x :y :z
to demo
print [' Type in: ']
print [' poly 3 145 3 ']
print ['to get the poly function. ']
print [' Change the numbers and see what you get (especially']
print ['the middle one!)']
end